home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / uupc 3.1 / Files in common / mailproto.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  1.1 KB  |  68 lines  |  [TEXT/KAHL]

  1. /* from pmail.c
  2.  */
  3. int sendit(int, char **, char *, char *);
  4.  
  5. /* Protoypes grabbed from file
  6. ** "lmail.c"
  7. ** 1989 Oct 15 (Sun) 16:05:09
  8. */
  9.  
  10. int lmail(int, char **);
  11. int rmail(int, char **);
  12.  
  13. /* Protoypes grabbed from file
  14. ** "mail.c"
  15. ** 1989 Jul 30 (Sun) 23:21:01
  16. */
  17.  
  18.  
  19.  
  20. char *retfgets(char *, int, FILE *);
  21.  
  22. int mailmain(
  23.     int,     /* WARNING: argument was not declared! */char **);
  24.  
  25. int finis(void);
  26.  
  27. int sendmail(
  28.     int,     /* WARNING: argument was not declared! */
  29.     char *);
  30.  
  31. int linvert(int);
  32.  
  33. int showmail(
  34.     int,     /* WARNING: argument was not declared! */char **);
  35.  
  36. int readaline(long, char *);
  37.  
  38. int printsub(
  39.     int);    /* WARNING: argument was not declared! */
  40.  
  41. int copyback(void);
  42.  
  43. int copymsg(
  44.     int,     /* WARNING: argument was not declared! */FILE *,
  45.     int);    /* WARNING: argument was not declared! */
  46.  
  47. int pager(
  48.     int);    /* WARNING: argument was not declared! */
  49.  
  50. int pagereset(void);
  51.  
  52. int pageline(char *);
  53.  
  54. char *getnext(char **, char *);
  55.  
  56. /* Protoypes grabbed from file
  57. ** "mailhost.c"
  58. ** 1989 Jul 30 (Sun) 23:55:18
  59. */
  60.  
  61. /* Protoypes grabbed from file
  62. ** "mlib.c"
  63. ** 1989 Oct 22 (Sun) 18:49:37
  64. */
  65.  
  66. int get_one(void);
  67.  
  68.